home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue35 / 35COM / DeskProp.dfm / DeskProp.txt
Encoding:
Text File  |  1998-06-10  |  1.8 KB  |  91 lines

  1. object DesktopProp: TDesktopProp
  2.   Left = 364
  3.   Top = 555
  4.   Width = 475
  5.   Height = 148
  6.   Caption = 'Colors'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 230
  16.     Top = 13
  17.     Width = 224
  18.     Height = 25
  19.     Caption = 'Mega Component Version 1.0'
  20.     Font.Charset = ANSI_CHARSET
  21.     Font.Color = clWindowText
  22.     Font.Height = -21
  23.     Font.Name = 'Monotype Corsiva'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object Label2: TLabel
  28.     Left = 238
  29.     Top = 42
  30.     Width = 209
  31.     Height = 13
  32.     Caption = 'Copyright (c) 1998 by MegaSoft Corporration'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 84
  36.     Top = 24
  37.     Width = 48
  38.     Height = 13
  39.     Caption = '&Text Color'
  40.   end
  41.   object Bevel1: TBevel
  42.     Left = 220
  43.     Top = 10
  44.     Width = 5
  45.     Height = 106
  46.     Shape = bsLeftLine
  47.   end
  48.   object Label4: TLabel
  49.     Left = 84
  50.     Top = 65
  51.     Width = 85
  52.     Height = 13
  53.     Caption = '&Background Color'
  54.   end
  55.   object ForeColor: TBitBtn
  56.     Left = 10
  57.     Top = 20
  58.     Width = 64
  59.     Height = 25
  60.     Caption = 'nnnn'
  61.     Font.Charset = SYMBOL_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -19
  64.     Font.Name = 'Wingdings'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     TabOrder = 0
  68.     OnClick = ForeColorClick
  69.   end
  70.   object BackColor: TBitBtn
  71.     Left = 11
  72.     Top = 60
  73.     Width = 64
  74.     Height = 25
  75.     Caption = 'nnnn'
  76.     Font.Charset = SYMBOL_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -19
  79.     Font.Name = 'Wingdings'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     TabOrder = 1
  83.     OnClick = ForeColorClick
  84.   end
  85.   object ColorDialog1: TColorDialog
  86.     Ctl3D = True
  87.     Left = 424
  88.     Top = 79
  89.   end
  90. end
  91.